home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / hanna-in-a-choppa.swf / scripts / DefineButton2_361 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2011-12-21  |  294 b   |  10 lines

  1. on(release){
  2.    _root.objSounds.play("rollover-tick");
  3.    _root.controls = "easy";
  4.    var objSO = SharedObject.getLocal("hannainachoppa");
  5.    objSO.data.controls = _root.controls;
  6.    objSO.flush();
  7.    level0.trackPoint("SwitchedControls_easy");
  8.    _parent.gotoAndPlay("switcheasy");
  9. }
  10.